@charset "UTF-8";
:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.lab_pass {
  max-width: initial !important;
  scroll-behavior: smooth;
}
.lab_pass .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: initial;
  gap: initial;
}
.lab_pass .flt_inner ul li {
  margin: 0;
}
.lab_pass .evSection .con_title {
  margin-bottom: 60px;
}
.lab_pass .evSection .con_title > h4 {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.lab_pass .evSection .con_title > h5 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evSection .con_box > h6 {
  line-height: 1.6;
  font-size: 22px;
  text-align: center;
}
.lab_pass .evSection .con_box > h6 b {
  font-size: 28px;
}
.lab_pass .evMain {
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/mbc/lab/pass_main_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2400px auto;
}
.lab_pass .evMain .con_title {
  position: relative;
  margin-bottom: 0;
  text-align: left; padding: 118px 0 88px;
}
.lab_pass .evMain .con_title .tiny_noti {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.47);
  font-size: 13px;
  text-align: center;
  font-family: "Noto Sans KR";
}
.lab_pass .evMain .con_title > img {
  margin: 0 auto;
}
.lab_pass .evBanner {
  background-color: #000000;
}
.lab_pass .evBanner.on {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
}
.lab_pass .evBanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 80px);
  margin: 0 40px;
}
.lab_pass .evBanner ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
}
.lab_pass .evBanner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.lab_pass .evBanner ul li a span {
  display: inline-block;
  margin-top: 9px;
  color: #017aff;
  font-size: 20px;
  font-weight: 500;
}
.lab_pass .evBanner ul li:nth-of-type(2) a span {
  color: #ffc661;
}
.lab_pass .evBanner_bottom {
  display: none;
}
.lab_pass .evCon1 {
  padding: 150px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con1_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lab_pass .evCon1 .con_title > h4 {
  color: #ffffff;
}
.lab_pass .evCon1 .con_title > h4 span {
  color: #8cceff;
}
.lab_pass .evCon1 .con_title > h5 {
  color: #8cceff;
}
.lab_pass .evCon1 .con_box {
  width: calc(100% - 80px);
  margin: 0 40px;
}
.lab_pass .evCon1 .con_box .review {
  position: relative;
  width: 100%;
  margin-bottom: 38px;
}
.lab_pass .evCon1 .con_box .review .review_slide {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.lab_pass .evCon1 .con_box .review .review_slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 43px 70px 28px;
  background-color: #ffffff;
}
.lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text {
  margin-top: 34px;
  margin-left: 48px;
}
.lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 span {
  color: #005cc1;
}
.lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p {
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  letter-spacing: -1px;
}
.lab_pass .evCon1 .con_box .review .swiper-button-prev, .lab_pass .evCon1 .con_box .review .swiper-button-next {
  width: 39px;
  height: 39px;
  z-index: 2;
}
.lab_pass .evCon1 .con_box .review .swiper-button-prev::after, .lab_pass .evCon1 .con_box .review .swiper-button-next::after {
  display: none;
}
.lab_pass .evCon1 .con_box .review .swiper-button-prev {
  left: -19.5px;
}
.lab_pass .evCon1 .con_box .review .swiper-button-next {
  right: -19.5px;
}
.lab_pass .evCon1 .con_box > h6 {
  color: #ffffff;
}
.lab_pass .evCon2 {
  padding: 150px 0;
  background-color: #f4f9ff;
}
.lab_pass .evCon2 .con_title > h4 {
  color: #000000;
}
.lab_pass .evCon2 .con_title > h4 span {
  color: #005cc1;
}
.lab_pass .evCon2 .con_title > h5 {
  color: #005cc1;
}
.lab_pass .evCon2 .con_box {
  width: 100%;
}
.lab_pass .evCon2 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}
.lab_pass .evCon2 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.lab_pass .evCon2 .box_wrap .box:nth-of-type(1) .box_title {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con2_img1.png");
}
.lab_pass .evCon2 .box_wrap .box:nth-of-type(2) .box_title {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con2_img2.png");
}
.lab_pass .evCon2 .box_wrap .box:nth-of-type(3) .box_title {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con2_img3.png");
}
.lab_pass .evCon2 .box_wrap .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 230px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
  text-align: left;
}
.lab_pass .evCon2 .box_wrap .box_title span {
  color: #ffffff;
  font-weight: 700;
}
.lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(1) {
  margin-bottom: 14px;
  font-size: 15px;
}
.lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(2) {
  line-height: 1.4;
  font-size: 22px;
}
.lab_pass .evCon2 .box_wrap .box_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}
.lab_pass .evCon2 .box_wrap .box_inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  border-right: 1px solid #dddddd;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div:last-of-type {
  border-right: 0;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .desc {
  margin-bottom: 12px;
  line-height: 1.2;
  color: #919191;
  font-size: 15px;
  text-align: center;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i {
  position: relative;
  width: 10px;
  font-style: normal;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i sup {
  position: absolute;
  top: 5px;
  right: -10px;
  font-size: 9px;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .point {
  color: #005cc1;
  font-size: 28px;
  font-weight: 900;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .point i {
  position: relative;
  width: 10px;
  font-style: normal;
}
.lab_pass .evCon2 .box_wrap .box_inner .top > div .point i sup {
  position: absolute;
  top: 8px;
  right: -10px;
  font-size: 9px;
}
.lab_pass .evCon2 .box_wrap .box_inner .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}
.lab_pass .evCon2 .box_wrap .box_inner .bottom p {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evCon2 .tiny_noti {
  display: block;
  margin-top: 25px;
  line-height: 1.5;
  color: #444;
  font-size: 15px;
  text-align: right;
  font-family: "Noto Sans KR";
}
.lab_pass .evCon3 {
  padding: 150px 0 150px 0;
  background-color: #f5f5f5;
}
.lab_pass .evCon3 .con_title > h4 {
  color: #000000;
}
.lab_pass .evCon3 .con_title > h4 span {
  color: #005cc1;
}
.lab_pass .evCon3 .con_title > h5 {
  color: #005cc1;
}
.lab_pass .evCon3 .con_box {
  width: 100%;
}
.lab_pass .evCon3 .tab_base {
  border-bottom: 1px solid #005cc1;
  gap: 1px;
}
.lab_pass .evCon3 .tab_base li {
  height: 80px;
  background-color: #e2e2e2;
  border-bottom: 0;
}
.lab_pass .evCon3 .tab_base li a {
  color: #bdbec2;
}
.lab_pass .evCon3 .tab_base li::before {
  display: none;
}
.lab_pass .evCon3 .tab_base li.on {
  background-color: #005cc1;
}
.lab_pass .evCon3 .tab_base li.on a {
  color: #ffffff;
}
.lab_pass .evCon3 .panel_base {
  border: 1px solid #005cc1;
  border-top: 0;
}
.lab_pass .evCon3 .panel_base > li {
  padding: 57px 40px 76px 40px;
  background-color: #ffffff;
}
.lab_pass .evCon3 .panel_base > li > h5 {
  margin-bottom: 45px;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.lab_pass .evCon3 .panel_base > li > h4 {
  line-height: 1.6;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evCon3 .panel_base > li > h4 span {
  color: #005cc1;
}
.lab_pass .evCon3 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-bottom: 44px;
}
.lab_pass .evCon3 .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 247px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.lab_pass .evCon3 .box_wrap .box i {
  position: absolute;
  top: -15px;
  left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 10px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  font-style: normal;
}
.lab_pass .evCon3 .box_wrap .box::before {
  position: absolute;
  top: -15px;
  left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 10px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.lab_pass .evCon3 .box_wrap .box:nth-of-type(1) i {
  background-color: #6cb2ff;
}
.lab_pass .evCon3 .box_wrap .box:nth-of-type(2) i {
  background-color: #3d99ff;
}
.lab_pass .evCon3 .box_wrap .box:nth-of-type(3) i {
  background-color: #1882f6;
}
.lab_pass .evCon3 .box_wrap .box:nth-of-type(4) i {
  background-color: #005cc1;
}
.lab_pass .evCon3 .box_wrap .box::after {
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 11px;
  height: 18px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con3_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lab_pass .evCon3 .box_wrap .box:last-of-type::after {
  display: none;
}
.lab_pass .evCon3 .box_wrap .box > h6 {
  margin-bottom: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evCon3 .box_wrap .box > p {
  line-height: 1.4;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.lab_pass .evCon3 .tiny_noti {
  display: block;
  margin-top: 15px;
  color: #555;
  font-size: 13px;
  text-align: right;
  font-family: "Noto Sans KR";
}
.lab_pass .evCon4 {
  padding: 150px 0;
  background-color: #ffffff;
}
.lab_pass .evCon4 .con_title > h4 {
  color: #000000;
}
.lab_pass .evCon4 .con_title > h4 span {
  color: #005cc1;
}
.lab_pass .evCon4 .con_title > h5 {
  color: #005cc1;
}
.lab_pass .evCon4 .con_box {
  width: 100%;
}
.lab_pass .evCon4 .con_box .deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
.lab_pass .evCon4 .con_box .deco_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 371px;
  height: 67px;
  padding: 0 29px;
  color: #000000;
  font-size: 27.6px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evCon4 .con_box .deco_box::before, .lab_pass .evCon4 .con_box .deco_box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 29px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lab_pass .evCon4 .con_box .deco_box::before {
  left: 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con4_deco_left.png");
}
.lab_pass .evCon4 .con_box .deco_box::after {
  right: 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/pass_con4_deco_right.png");
}
.lab_pass .evCon4 .con_box .deco_box span {
  display: inline-block;
  margin-top: -10px;
  margin-left: 10px;
  color: #005cc1;
  font-size: 50px;
  font-weight: 700;
}
.lab_pass .evCon4 .con_box .deco_box span span {
  color: #005cc1;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  vertical-align: super;
  display: inline-block;
  margin: 0;
}
.lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) {
  padding: 0 29px 0 40px;width: 525px;
}
.lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i {
  width: 30px;
}
.lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i sup {
  right: -7px;
}
.lab_pass .evCon4 .con_box > h6 {
  margin: 30px 0 17px 0;
  color: #005cc1;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.lab_pass .evCon4 .con_box .tiny_noti {
  color: #777777;
  font-size: 13px;
  text-align: center;
  font-weight:400;
  font-family:"Noto Sans KR"
}
.lab_pass .evCon4 .con_box .tiny_noti br.pc-no-br{
  display: none;
}
.lab_pass .evCon5 {
  padding:150px 0;
  background-color: #005cc1;
}
.lab_pass .evCon5 .con_title > h4 {
  color: #ffffff;
}
.lab_pass .evCon5 .con_title > h5 {
  color: #8cceff;
}
.lab_pass .evCon5 .con_box {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lab_pass .evCon5 .video {
  position: relative;
  width: calc(100% - 300px);
  margin: 0 40px;
}
.lab_pass .evCon5 .video .video_slide {
  position: relative;
  overflow: hidden;
}
.lab_pass .evCon5 .video .swiper-button-prev, .lab_pass .evCon5 .video .swiper-button-next {
  width: 20px;
  height: 40px;
  z-index: 2;
}
.lab_pass .evCon5 .video .swiper-button-prev::after, .lab_pass .evCon5 .video .swiper-button-next::after {
  display: none;
}
.lab_pass .evCon5 .video .swiper-button-prev {
  left: -40px;
}
.lab_pass .evCon5 .video .swiper-button-next {
  right: -40px;
}
.lab_pass .evCon5 .video_play {
  position: relative;
}
.lab_pass .evCon5 .video_play_thumbnail {
  cursor: pointer;
  z-index: 2;
}
.lab_pass .evCon5 .video_play_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 509px;
  z-index: -1;
}
.lab_pass .evCon5 .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
.lab_pass .evCon5 .btn_wrap a {
  background: #ffffff;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  padding: 27px 147px;
  display: inline-block;
  border-radius: 2px;
}
.lab_curriculum .sub_page_img {
  margin-bottom: 50px;
}
.lab_curriculum .sub_page > h3 {
  position: relative;
  margin-bottom: 50px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.lab_curriculum .sub_page > h3 span {
  color: #0082ff;
}
.lab_curriculum .sub_page > h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.lab_curriculum .tab_base li {
  height: 85px;
}
.lab_curriculum h6 {
  margin-bottom: 25px;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.lab_curriculum .table_wrap > div {
  height: 650px;
  overflow: auto;
  /* custom scrollbar */
}
.lab_curriculum .table_wrap > div::-webkit-scrollbar {
  width: 5px;
}
.lab_curriculum .table_wrap > div::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.lab_curriculum .table_wrap > div::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  background-clip: content-box;
}
.lab_curriculum .tiny_noti {
  display: block;
  margin-top: 8px;
  margin-bottom: 75px;
  color: #bbbbbb;
  font-size: 13px;
  text-align: right;
  font-family: "Noto Sans KR";
}
.lab_curriculum .contents_title {
  margin-bottom: 45px;
}
.lab_curriculum .contents_title_sub {
  margin-bottom: 23px;
  line-height: 1.4;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.lab_curriculum .contents_title_main {
  color: #005eb2;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.lab_curriculum .contents.contents1 {
  padding: 70px 92px 80px 92px;
  background-color: #f6fbff;
}
.lab_curriculum .contents.contents1 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.lab_curriculum .contents.contents1 .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 110px;
  padding-left: 205px;
  background-color: #ffffff;
}
.lab_curriculum .contents.contents1 .box_wrap .box span {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
}
.lab_curriculum .contents.contents1 .box_wrap .box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 105px;
  height: 100%;
  background-color: #0057ab;
  z-index: 0;
}
.lab_curriculum .contents.contents1 .box_wrap .box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 176px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.lab_curriculum .contents.contents1 .box_wrap .box:nth-of-type(1)::after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/curriculum_box_img1.png");
}
.lab_curriculum .contents.contents1 .box_wrap .box:nth-of-type(2)::after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/curriculum_box_img2.png");
}
.lab_curriculum .contents.contents1 .box_wrap .box:nth-of-type(3)::after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/curriculum_box_img3.png");
}
.lab_curriculum .contents.contents1 .box_wrap .box:nth-of-type(4)::after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/curriculum_box_img4.png");
}
.lab_curriculum .contents.contents1 .box_wrap .box:nth-of-type(5)::after {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/curriculum_box_img5.png");
}
.lab_curriculum .contents.contents2 {
  padding: 70px 77px 80px 77px;
  background-color: #f0f0f0;
}
.lab_curriculum .contents.contents2 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lab_curriculum .contents.contents2 .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lab_curriculum .contents.contents2 .box_wrap .box > div {
  margin: 26px 0 15px 0;
  line-height: 1.6;
  color: #005eb2;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.lab_curriculum .contents.contents2 .box_wrap .box > span {
  line-height: 1.6;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.lab_curriculum .contents.contents3 {
  padding: 70px 0 80px 0;
  background-color: #005eb2;
}
.lab_curriculum .contents.contents3 .contents_title_main {
  line-height: 1.4;
  color: #ffffff;
}
.lab_curriculum .contents.contents3 .contents_title_main span {
  color: #abd9ff;
}
.lab_curriculum .contents.contents3 .slide_teacher {
  position: relative;
  width: 950px;
  padding: 0 30px;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher {
  position: relative;
  overflow: hidden;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
  position: relative;
  height: 400px;
  padding: 35px 27px;
  background-color: #ffffff;
  overflow: hidden;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
  overflow: hidden;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
  margin-bottom: 16px;
  color: #222222;
  font-size: 20px;
  z-index: 1;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 30px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 1;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
  width: 51px;
  height: 19px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
  z-index: 1;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
  position: absolute;
  right: -32px;
  bottom: -140px;
  z-index: 0;
  width: 280px;
  height: 412px;
}
.lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lab_curriculum .contents.contents3 .slide_teacher .swiper-button-prev, .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-next {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.lab_curriculum .contents.contents3 .slide_teacher .swiper-button-prev::after, .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-next::after {
  display: none;
}
.lab_curriculum .contents.contents3 .slide_teacher .swiper-button-prev {
  left: 0;
}
.lab_curriculum .contents.contents3 .slide_teacher .swiper-button-next {
  right: 0;
}
.lab_curriculum .contents.contents4 {
  padding: 70px 0 80px 0;
  background-color: #e8f5ff;
}
.lab_curriculum .contents.contents4 .contents_title_main {
  line-height: 1.4;
  color: #222222;
}
.lab_curriculum .contents.contents4 .contents_title_main span {
  color: #0082ff;
}
.lab_curriculum .contents.contents4 .contents_title_sub {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.4;
}
.lab_curriculum .contents.contents4 .review {
  position: relative;
  width: 950px;
  padding: 0 30px;
}
.lab_curriculum .contents.contents4 .review .review_slide {
  position: relative;
  overflow: hidden;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
  position: relative;
  height: 326px;
  padding: 38px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .who {
  line-height: 1.6;
  color: #555;
  font-size: 15px;
  text-align: center;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .who span {
  color: #000000;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 20px 0;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag span {
  display: inline-block;
  padding: 5px 15px;
  color: #0082ff;
  font-size: 12px;
  background-color: #f6f6f6;
  border-radius: 30px;
}
.lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .text {
  line-height: 1.6;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.lab_curriculum .contents.contents4 .review .swiper-button-prev, .lab_curriculum .contents.contents4 .review .swiper-button-next {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.lab_curriculum .contents.contents4 .review .swiper-button-prev::after, .lab_curriculum .contents.contents4 .review .swiper-button-next::after {
  display: none;
}
.lab_curriculum .contents.contents4 .review .swiper-button-prev {
  left: 0;
}
.lab_curriculum .contents.contents4 .review .swiper-button-next {
  right: 0;
}
.lab_curriculum .contents.contents4 .tiny_noti {
  margin-top: 12px;
  margin-right: 30px;
  font-family: "Noto Sans KR";
  margin-bottom: 0;
}
.lab_univ_guide .sub_page_img {
  margin-bottom: 0;
}
.lab_univ_guide .tab_base {
  margin-bottom: 0;
}
.lab_univ_guide .tab_base li {
  height: 100px;
  background-color: #0060ff;
  border-bottom: 0;
}
.lab_univ_guide .tab_base li a {
  line-height: 1.6;
  color: #c2dfff;
}
.lab_univ_guide .tab_base li::before {
  display: none;
}
.lab_univ_guide .tab_base li.on {
  background-color: #000000;
}
.lab_univ_guide .tab_base li.on a {
  color: #ffffff;
}
.lab_univ_guide .tab_base li.on::before {
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  background-color: transparent;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/univ_guide_tab_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lab_univ_guide .panel_base {
  padding: 80px 0 62px 0;
  background-color: #f1f8ff;
}
.lab_univ_guide .container {
  margin: 0 50px;
}
.lab_univ_guide .container_top {
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}
.lab_univ_guide .container_top + h5 {
  margin-bottom: 42px;
  line-height: 1.6;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.lab_univ_guide .container_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.lab_univ_guide .container_subtitle .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #bbbbbb;
}
.lab_univ_guide .container_subtitle .text {
  line-height: 1.6;
  margin: 0 30px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.lab_univ_guide .container_subtitle .text span {
  color: #0060ff;
}
.lab_univ_guide .container .desc h6 {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 23px 8px 23px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background-color: #222222;
  border-radius: 15px;
}
.lab_univ_guide .container .desc p {
  margin-bottom: 10px;
  color: #222222;
  font-size: 16px;
}
.lab_univ_guide .container .desc p:last-of-type {
  margin-bottom: 0;
}
.lab_univ_guide .container .desc.mgb50 {
  margin-bottom: 50px;
}
.lab_univ_guide .container .desc.mgb35 {
  margin-bottom: 35px;
}
.lab_univ_guide .container .desc.mgb15 {
  margin-bottom: 15px;
}
.lab_univ_guide .container.tab1 .tab1_img1 {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.lab_univ_guide .container.tab1 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 330px;
}
.lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  margin: 29px 50px 29px 54px;
  border: 1px solid #dddddd;
  border-left: 0;
}
.lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) > div {
  position: absolute;
  top: 50%;
  left: -11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 71px;
}
.lab_univ_guide .container.tab1 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.lab_univ_guide .container.tab1 .box_wrap .box_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 116px;
  height: 75px;
  line-height: 1.4;
  color: #222222;
  font-size: 15px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
}
.lab_univ_guide .container.tab1 .box_wrap .box_box:first-of-type {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  background-color: #0082ff;
  border: 1px solid #0082ff;
}
.lab_univ_guide .container.tab2 .box_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
.lab_univ_guide .container.tab2 .box_wrap1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.lab_univ_guide .container.tab2 .box_wrap1 .box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.lab_univ_guide .container.tab2 .box_wrap1 .box_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 12px;
  color: #0082ff;
  font-size: 18px;
  font-weight: 700;
}
.lab_univ_guide .container.tab2 .box_wrap1 .box_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  color: #222222;
  font-size: 18px;
}
.lab_univ_guide .container.tab2 .box_wrap1 .box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.lab_univ_guide .container.tab2 .box_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}
.lab_univ_guide .container.tab2 .box_wrap2 > p {
  display: inline-block;
  width: 58px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  overflow: hidden;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box:nth-of-type(1) .box_title {
  background-color: #0060ff;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box:nth-of-type(2) .box_title {
  background-color: #0096ff;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
  line-height: 64px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner {
  padding: 22px 0 34px 0;
  background-color: #ffffff;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner p {
  margin: 0 50px 17px;
  min-height: 72px;
  line-height: 1.4;
  color: #222222;
  font-size: 16px;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 14px;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span {
  background-color: #dddddd;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(1),
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(2) {
  width: 72px;
  height: 22px;
  line-height: 21px;
  color: #222222;
  font-size: 13px;
  text-align: center;
  border-radius: 30px;
}
.lab_univ_guide .container.tab2 .box_wrap2 .box_inner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lab_univ_guide .container.tab3 table {
  position: relative;
}
.lab_univ_guide .container.tab3 table::before {
  position: absolute;
  top: -22px;
  right: 0;
  content: "[예시]";
  color: #555;
  font-size: 13px;
}
.lab_univ_guide .container.tab3 table:nth-of-type(1) {
  margin-bottom: 62px;
}
.lab_univ_guide .container.tab3 table:nth-of-type(2) {
  margin-bottom: 40px;
}
.lab_univ_guide .container.tab3 table thead tr:nth-of-type(2) th {
  border-top: 1px solid #ececec;
}
.lab_univ_guide .container.tab3 table thead tr th {
  border-bottom: 0;
}
.lab_univ_guide .container.tab3 .btn_default {
  width: 240px;
  height: 50px;
  font-size: 16px;
}
.lab_univ_guide .container.tab3 .btn_default:nth-of-type(1) {
  margin-bottom: 78px;
}
.lab_univ_guide .container.tab3 .btn_default:nth-of-type(2) {
  margin-bottom: 10px;
}
.lab_univ_guide .container.tab3 .box_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  margin-bottom: 40px;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box::before {
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 11px;
  height: 18px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/univ_guide_tab3_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box:nth-of-type(1) .box_title {
  background-color: #3d99ff;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box:nth-of-type(2) .box_title {
  background-color: #1882f6;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box:nth-of-type(3) .box_title {
  background-color: #005cc1;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box:nth-of-type(3)::before {
  display: none;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
  line-height: 64px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 181px;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_inner p {
  line-height: 1.4;
  color: #222222;
  font-size: 16px;
  text-align: center;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 30px);
  margin: 20px 15px 0 15px;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box span {
  width: 26px;
}
.lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 93px;
  line-height: 1.4;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
}
.lab_univ_guide .container.tab3 .box_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 47px;
  margin-bottom: 42px;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(1) .box_title {
  background: -webkit-gradient(linear, left top, right top, from(#66a6f1), color-stop(#5b9ceb), to(#5294e6));
  background: linear-gradient(to right, #66a6f1, #5b9ceb, #5294e6);
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(1) .box_title::after {
  border-color: #5b9ceb;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(1) .box_inner::after {
  background-color: #5b9ceb;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(2) .box_title {
  background: -webkit-gradient(linear, left top, right top, from(#5294e6), color-stop(#478be0), to(#3c82da));
  background: linear-gradient(to right, #5294e6, #478be0, #3c82da);
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(2) .box_title::after {
  border-color: #478be0;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(2) .box_inner::after {
  background-color: #478be0;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(3) .box_title {
  background: -webkit-gradient(linear, left top, right top, from(#3c82da), color-stop(#3179d4), to(#2570ce));
  background: linear-gradient(to right, #3c82da, #3179d4, #2570ce);
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(3) .box_title::after {
  border-color: #3179d4;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(3) .box_inner::after {
  background-color: #3179d4;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title {
  background: -webkit-gradient(linear, left top, right top, from(#2570ce), color-stop(#1b69c9), to(#0e62c5));
  background: linear-gradient(to right, #2570ce, #1b69c9, #0e62c5);
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title::before {
  position: absolute;
  top: 50%;
  right: -47px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 47px solid #f1f8ff;
  border-bottom: 47px solid #f1f8ff;
  border-left: 47px solid #0e62c5;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title::after {
  border-color: #1b69c9;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_inner::after {
  background-color: #1b69c9;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 68px;
  line-height: 1.4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box_title::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid red;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px 13px 0 13px;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box_inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  line-height: 1.4;
  color: #222222;
  font-size: 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
}
.lab_univ_guide .container.tab3 .box_wrap2 .box_inner::after {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 2px;
  height: 10px;
}
.lab_univ_guide .container.tab3 .tiny_noti {
  color: #555;
  font-size: 13px;
  text-align: center;
  font-family: "Noto Sans KR";
}
.lab_univ_guide .container.tab4 .box_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 36px 20px 36px;
  border-right: 1px dashed #e9ebed;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box:first-of-type {
  padding-left: 0;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box:nth-of-type(odd) .box_title {
  background-color: #0060ff;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box:nth-of-type(even) .box_title {
  background-color: #3d99ff;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 157.75px;
  height: 69px;
  margin-bottom: 24px;
  line-height: 1.4;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box_inner p {
  margin-bottom: 25px;
  line-height: 1.4;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.lab_univ_guide .container.tab4 .box_wrap1 .box_inner a {
  display: inline-block;
  width: 80px;
  height: 29px;
  line-height: 27px;
  color: #555;
  font-size: 13px;
  text-align: center;
  border: 1px solid #d0d0d0;
}
.lab_univ_guide .container.tab4 .container_subtitle:last-of-type {
  margin-bottom: 0;
}
.lab_univ_info .sub_page_img {
  margin-bottom: 0;
}
.lab_univ_info .contents.contents1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 35px 80px 35px;
  background-color: #f1f8ff;
}
.lab_univ_info .contents.contents1 .contents_title {
  margin-bottom: 47px;
}
.lab_univ_info .contents.contents1 .contents_title > img {
  margin-bottom: 22px;
}
.lab_univ_info .contents.contents1 .contents_title_sub {
  color: #222222;
  font-size: 18px;
  text-align: center;
}
.lab_univ_info .contents.contents1 .tab_base {
  width: 100%;
  margin-bottom: 0;
}
.lab_univ_info .contents.contents1 .tab_base li {
  background-color: #bbbbbb;
  border-bottom: 0;
}
.lab_univ_info .contents.contents1 .tab_base li::before {
  display: none;
}
.lab_univ_info .contents.contents1 .tab_base li a {
  color: #ffffff;
}
.lab_univ_info .contents.contents1 .tab_base li.on {
  background-color: #0081fd;
}
.lab_univ_info .contents.contents1 .inner_tab_base {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lab_univ_info .contents.contents1 .inner_tab_base li {
  width: 25%;
  height: 220px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #f6f6f6;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.lab_univ_info .contents.contents1 .inner_tab_base li:nth-of-type(4), .lab_univ_info .contents.contents1 .inner_tab_base li:nth-of-type(8) {
  border-right: 0;
}
.lab_univ_info .contents.contents1 .inner_tab_base li.on {
  background-color: #ffdf70;
}
.lab_univ_info .contents.contents1 .inner_tab_base li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
}
.lab_univ_info .contents.contents1 .panel_base {
  width: 100%;
}
.lab_univ_info .contents.contents1 .inner_panel_base {
  padding: 50px 34px 59px 34px;
  background-color: #ffffff;
}
.lab_univ_info .contents.contents1 .inner_panel_base h6 {
  margin-bottom: 30px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.lab_univ_info .contents.contents1 .inner_panel_base .btn_min {
  width: 185px;
  margin-top: 60px;
}
.lab_univ_info .contents.contents1 .inner_panel_base .custom thead th {
  border-right: 1px solid #ececec;
}
.lab_univ_info .contents.contents1 .tiny_noti {
  display: block;
  width: 100%;
  margin-top: 15px;
  line-height: 1.4;
  color: #bbbbbb;
  font-size: 13px;
  text-align: right;
  font-family: "Noto Sans KR";
}
.lab_univ_info .contents.contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 81px 0 106px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/lab/univ_info_con2_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lab_univ_info .contents.contents2 .contents_title {
  margin: 0 auto;
}
.lab_univ_info .contents.contents2 a {
  width: 380px;
  margin-top: 49px;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .lab_pass .evSection .con_title {
    margin-bottom: 7rem;
  }
  .lab_pass .evSection .con_title > h4 {
    font-size: 4rem;
  }
  .lab_pass .evSection .con_title > h5 {
    font-size: 2.8rem;
  }
  .lab_pass .evSection .con_box > h6 {
    font-size: 2.2rem;
  }
  .lab_pass .evSection .con_box > h6 b {
    font-size: 2.8rem;
  }
  .lab_pass .evMain {
    background-size: auto 100%;
  }
  .lab_pass .evMain .con_title {
    margin-bottom: 0;
    padding: 11.8rem 0 8.8rem;
  }
  .lab_pass .evMain .con_title .tiny_noti {
    bottom: 1rem;
    font-size: 1.3rem;
  }
  .lab_pass .evMain .con_title img {
    width:54.5833vw;
  }
  .lab_pass .evBanner ul {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evBanner ul li {
    height: 10rem;
  }
  .lab_pass .evBanner ul li a {
    font-size: 1.6rem;
  }
  .lab_pass .evBanner ul li a span {
    margin-top: 0.9rem;
    font-size: 2rem;
  }
  .lab_pass .evBanner_bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 2.5rem 2rem;
    -webkit-box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .lab_pass .evBanner_bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lab_pass .evBanner_bottom .inner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0 0 1rem;
  }
  .lab_pass .evBanner_bottom .inner p i {
    margin: 0 0.5rem 0 0;
  }
  .lab_pass .evBanner_bottom .inner p b {
    color: #017aff;
    margin: 0 0.5rem;
  }
  .lab_pass .evBanner_bottom .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 2rem;
    font-size: 1.7rem;
  }
  .lab_pass .evBanner_bottom .inner ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lab_pass .evBanner_bottom .inner ul li a {
    display: block;
    background: #d4e8ff;
    padding: 1.8rem 0;
    line-height: 1;
    color: #087dff;
    text-align: center;
    border-radius: 4rem;
    font-weight: bold;
  }
  .lab_pass .evBanner_bottom .inner ul li:last-of-type a {
    background: #087dff;
    color: #ffffff;
  }
  .lab_pass .evCon1 {
    padding: 15rem 0;
  }
  .lab_pass .evCon1 .con_box {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evCon1 .con_box .review {
    margin-bottom: 3.8rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide {
    padding: 4.3rem 7rem 2.8rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text {
    margin-top: 3.4rem;
    margin-left: 4.8rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p {
    font-size: 1.6rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p br{
    display:none;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev, .lab_pass .evCon1 .con_box .review .swiper-button-next {
    width: 3.9rem;
    height: 3.9rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev {
    left: -1.95rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-next {
    right: -1.95rem;
  }
  .lab_pass .evCon2 {
    padding: 15rem 0;
  }
  .lab_pass .evCon2 .con_box {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evCon2 .box_wrap {
    gap: 2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title {
    width: 23rem;
    padding-left: 4rem;
    border-radius: 2.5rem 0 0 2.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(1) {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(2) {
    font-size: 2.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner {
    border-radius: 0 2.5rem 2.5rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div {
    padding: 3rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i {
    width: 1rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i sup {
    top: 0.5rem;
    right: -1rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .point {
    font-size: 2.8rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom {
    padding: 3.5rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom p {
    font-size: 2rem;
  }
  .lab_pass .evCon2 .tiny_noti {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
  .lab_pass .evCon3 {
    padding: 15rem 0;
  }
  .lab_pass .evCon3 .con_box {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evCon3 .tab_base li {
    height: 8rem;
  }
  .lab_pass .evCon3 .panel_base > li {
    padding: 5.7rem 4rem 7.6rem 4rem;
  }
  .lab_pass .evCon3 .panel_base > li > h5 {
    margin-bottom: 4.5rem;
    font-size: 2rem;
  }
  .lab_pass .evCon3 .panel_base > li > h4 {
    font-size: 2.4rem;
  }
  .lab_pass .evCon3 .box_wrap {
    gap: 3.2rem;
    margin-bottom: 4.4rem;
  }
  .lab_pass .evCon3 .box_wrap .box {
    height: 24.7rem;
    border-radius: 1rem;
  }
  .lab_pass .evCon3 .box_wrap .box i {
    top: -1.5rem;
    left: -0.7rem;
    width: 6.4rem;
    height: 6.4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .lab_pass .evCon3 .box_wrap .box::after {
    right: -2.4rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_pass .evCon3 .box_wrap .box > h6 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .lab_pass .evCon3 .box_wrap .box > p {
    font-size: 1.5rem;
  }
  .lab_pass .evCon3 .tiny_noti {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  .lab_pass .evCon4 {
    padding: 17rem 0;
  }
  .lab_pass .evCon4 .con_box .deco {
    gap: 3.7rem;
    margin-bottom: 3.7rem;
  }
  .lab_pass .evCon4 .con_box .deco_box {
    width: 37.1rem;
    height: 6.7rem;
    padding: 0 2.9rem;
    font-size: 2.7rem;
  }
  .lab_pass .evCon4 .con_box .deco_box::before, .lab_pass .evCon4 .con_box .deco_box::after {
    width: 2.9rem;
    height: 6.7rem;
  }
  .lab_pass .evCon4 .con_box .deco_box span {
    margin-top: -1rem;
    margin-left: 0.7rem;
    font-size: 5rem;
    position: relative;
  }
  .lab_pass .evCon4 .con_box .deco_box i {
    height: 4.5rem;
  }
  .lab_pass .evCon4 .con_box .deco_box i sup {
    top: -0.4rem;
    right: -1.9rem;
    font-size: 4rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) {
    padding: 0 2.9rem 0 4rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i {
    width: 3rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i sup {
    right: -0.7rem;
  }
  .lab_pass .evCon4 .con_box > h6 {
    margin: 5.3rem 0 1.7rem 0;
    font-size: 2.8rem;
  }
  .lab_pass .evCon4 .con_box .tiny_noti {
    font-size: 1.3rem;
  }
  .lab_pass .evCon5 {
    padding: 15rem 0;
  }
  .lab_pass .evCon5 .video {
    width: calc(100% - 25rem);
    margin: 0 4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev, .lab_pass .evCon5 .video .swiper-button-next {
    width: 2rem;
    height: 4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev {
    left: -4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-next {
    right: -4rem;
  }
  .lab_pass .evCon5 .video_play_contents {
    width: 100%;
    height: 42.4166vw;
  }
  .lab_pass .evCon5 .btn_wrap {
    margin-top: 6rem;
  }
  .lab_pass .evCon5 .btn_wrap a {
    font-size: 1.8rem;
    padding: 3rem 9rem;
  }
  .lab_curriculum {
    padding: 0 1rem;
  }
  .lab_curriculum .sub_page_img {
    margin-bottom: 5rem;
  }
  .lab_curriculum .sub_page_img > img {
    width: 100%;
  }
  .lab_curriculum .sub_page > h3 {
    margin-bottom: 5rem;
    padding-top: 4.5rem;
    font-size: 3.5rem;
  }
  .lab_curriculum .sub_page > h3::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .lab_curriculum .tab_base li {
    height: 8.5rem;
  }
  .lab_curriculum h6 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .table_wrap > div {
    height: 65rem;
  }
  .lab_curriculum .tiny_noti {
    margin-top: 0.8rem;
    margin-bottom: 7.5rem;
    font-size: 1.3rem;
  }
  .lab_curriculum .contents_title {
    margin-bottom: 4.5rem;
  }
  .lab_curriculum .contents_title_sub {
    margin-bottom: 2.3rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .contents_title_main {
    font-size: 3.2rem;
  }
  .lab_curriculum .contents.contents1 {
    padding: 7rem 9.2rem 8rem 9.2rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap {
    gap: 1.6rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box {
    height: 11rem;
    padding-left: 20.5rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box span {
    font-size: 2.2rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::before {
    width: 10.5rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::after {
    width: 17.6rem;
    height: 11rem;
  }
  .lab_curriculum .contents.contents2 {
    padding: 7rem 7.7rem 8rem 7.7rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > div {
    margin: 2.6rem 0 1.5rem 0;
    font-size: 2.2rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > span {
    font-size: 1.5rem;
  }
  .lab_curriculum .contents.contents3 {
    padding: 7rem 3rem 8rem 3rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher {
    width: 100%;
    padding: 0;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
    height: calc(46vw - 3.34rem);
    padding: 3.7rem 2.7rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    margin-bottom: 1.6rem;
    padding-bottom: 3rem;
    font-size: 2rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    top: 2.7rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
    width: 5.1rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    border-radius: 4rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    bottom: -10vw;
    width: 28rem;
    height: 41.2rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-prev, .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-prev {
    left: -3rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .swiper-button-next {
    right: -3rem;
  }
  .lab_curriculum .contents.contents4 {
    padding: 7rem 3rem 7.7rem 3rem;
  }
  .lab_curriculum .contents.contents4 .contents_title_sub {
    margin-top: 2.4rem;
  }
  .lab_curriculum .contents.contents4 .review {
    width: 100%;
    padding: 0;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
    height: 31.8rem;
    padding: 5.5rem 1rem;
    border-radius: 1.5rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .who {
    font-size: 1.5rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag {
    gap: 0.4rem;
    margin: 2rem 0;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag span {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 3rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .text {
    font-size: 1.5rem;
  }
  .lab_curriculum .contents.contents4 .review .swiper-button-prev, .lab_curriculum .contents.contents4 .review .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .lab_curriculum .contents.contents4 .review .swiper-button-prev {
    left: -3rem;
  }
  .lab_curriculum .contents.contents4 .review .swiper-button-next {
    right: -3rem;
  }
  .lab_curriculum .contents.contents4 .tiny_noti {
    margin-top: 1.2rem;
    margin-right: 3rem;
  }
  .lab_univ_guide {
    padding: 0 1rem;
  }
  .lab_univ_guide .sub_page_img > img {
    width: 100%;
  }
  .lab_univ_guide .tab_base li.on::before {
    bottom: -1.2rem;
    width: 2.2rem;
    height: 1.2rem;
  }
  .lab_univ_guide .panel_base {
    padding: 8rem 0 6.2rem 0;
  }
  .lab_univ_guide .container {
    margin: 0 5rem;
  }
  .lab_univ_guide .container_top {
    margin-bottom: 2.8rem;
  }
  .lab_univ_guide .container_top + h5 {
    margin-bottom: 4.2rem;
    font-size: 2.2rem;
  }
  .lab_univ_guide .container_subtitle {
    margin-bottom: 3rem;
  }
  .lab_univ_guide .container_subtitle .text {
    margin: 0 3rem;
    font-size: 2.2rem;
  }
  .lab_univ_guide .container .desc h6 {
    margin-bottom: 1.3rem;
    padding: 0.6rem 2.3rem 0.8rem 2.3rem;
    font-size: 1.6rem;
    border-radius: 1.5rem;
  }
  .lab_univ_guide .container .desc p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container .desc.mgb50 {
    margin-bottom: 5rem;
  }
  .lab_univ_guide .container .desc.mgb35 {
    margin-bottom: 3.5rem;
  }
  .lab_univ_guide .container .desc.mgb15 {
    margin-bottom: 1.5rem;
  }
  .lab_univ_guide .container.tab1 .tab1_img1 {
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap {
    height: 33rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(1) {
    gap: 1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) {
    width: 2.5rem;
    margin: 2.9rem 5rem 2.9rem 5.4rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) > div {
    left: -1.2rem;
    width: 7.1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box {
    gap: -0.5rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box {
    width: 11.6rem;
    height: 7.5rem;
    font-size: 1.5rem;
    border-radius: 1.5rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box:first-of-type {
    font-size: 1.7rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 {
    margin-bottom: 6.5rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box > div {
    margin-left: 2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_title {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_desc {
    font-size: 1.8rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 {
    margin: 0 2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 > p {
    width: 5.8rem;
    font-size: 2.2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box {
    border-radius: 1.5rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_title {
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 1.9rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner {
    padding: 2.2rem 0 3.4rem 0;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner p {
    margin: 0 5rem 1.7rem;
    min-height: 7.2rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider {
    margin: 0 1.4rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(2) {
    width: 7.2rem;
    height: 2.2rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
    border-radius: 3rem;
  }
  .lab_univ_guide .container.tab3 table::before {
    top: -2.2rem;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(1) {
    margin-bottom: 6.2rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(2) {
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 .btn_default {
    width: 24rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(1) {
    margin-bottom: 7.8rem;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(2) {
    margin-bottom: 1rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 {
    gap: 3.8rem;
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box::before {
    right: -2.5rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_title {
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 1.9rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner {
    height: 18.1rem;
    padding: 2.4rem 0;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner p {
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box {
    width: calc(100% - 3rem);
    margin: 2rem 1.5rem 0 1.5rem;
    font-size: 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box span {
    width: 2.6rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div {
    height: 9.3rem;
    border-radius: 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 {
    margin-right: 4.7rem;
    margin-bottom: 4.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title::before {
    right: -4.7rem;
    border-top: 4.7rem solid #f1f8ff;
    border-bottom: 4.7rem solid #f1f8ff;
    border-left: 4.7rem solid #0e62c5;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title {
    height: 6.8rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title::after {
    bottom: -0.6rem;
    width: 1.3rem;
    height: 1.3rem;
    border: 0.2rem solid red;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner {
    margin: 1.6rem 1.3rem 0 1.3rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner p {
    height: 10rem;
    font-size: 1.5rem;
    border-radius: 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner::after {
    top: -1rem;
    width: 0.2rem;
    height: 1rem;
  }
  .lab_univ_guide .container.tab3 .tiny_noti {
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 {
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box {
    padding: 0.3rem 3.6rem 2rem 3.6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_title {
    min-width: 15.775rem;
    height: 6.9rem;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner p {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner a {
    width: 8rem;
    height: 2.9rem;
    line-height: 2.7rem;
    font-size: 1.3rem;
  }
  .lab_univ_info {
    padding: 0 1rem;
  }
  .lab_univ_info .sub_page_img > img {
    width: 100%;
  }
  .lab_univ_info .contents.contents1 {
    padding: 8rem 3.5rem 8rem 3.5rem;
  }
  .lab_univ_info .contents.contents1 .contents_title {
    margin-bottom: 4.7rem;
  }
  .lab_univ_info .contents.contents1 .contents_title > img {
    margin-bottom: 2.2rem;
  }
  .lab_univ_info .contents.contents1 .contents_title_sub {
    font-size: 1.8rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li {
    height: 22rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li a {
    gap: 1.5rem;
    font-size: 1.5rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base {
    padding: 5rem 3.4rem 5.9rem 3.4rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base h6 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .btn_min {
    width: 18.5rem;
    margin-top: 6rem;
  }
  .lab_univ_info .contents.contents1 .tiny_noti {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  .lab_univ_info .contents.contents2 {
    padding: 8.1rem 0 10.6rem 0;
  }
  .lab_univ_info .contents.contents2 a {
    width: 38rem;
    margin-top: 4.9rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  .lab_pass .evSection .con_title {
    margin-bottom: 7rem;
  }
  .lab_pass .evSection .con_title > h4 {
    font-size: 4rem;
  }
  .lab_pass .evSection .con_title > h5 {
    font-size: 2.8rem;
  }
  .lab_pass .evSection .con_box > h6 {
    font-size: 2.2rem;
  }
  .lab_pass .evSection .con_box > h6 b {
    font-size: 2.6rem;
  }
  .lab_pass .evMain .con_title {
    margin: 0 2rem;
    margin-bottom: 0;
    text-align: center;
  }
  .lab_pass .evMain .con_title .tiny_noti {
    font-size: 1.2rem;
  }
  .lab_pass .evBanner ul {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evBanner ul li {
    height: 8rem;
  }
  .lab_pass .evBanner ul li a {
    font-size: 1.6rem;
  }
  .lab_pass .evBanner ul li a span {
    margin-top: 0.9rem;
    font-size: 2rem;
  }
  .lab_pass .evCon1 {
    padding: 12rem 0;
  }
  .lab_pass .evCon1 .con_box {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon1 .con_box .review {
    margin-bottom: 3.5rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide {
    text-align: center;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text {
    margin-top: 1.8rem;
    margin-left: 0;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p {
    font-size: 1.4rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p br{
    display:block;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev, .lab_pass .evCon1 .con_box .review .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev {
    left: -1.75rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-next {
    right: -1.75rem;
  }
  .lab_pass .evCon2 {
    padding: 12rem 0 6rem 0;
  }
  .lab_pass .evCon2 .con_box {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon2 .box_wrap {
    gap: 2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title {
    width: 20rem;
    padding-left: 2.3rem;
    border-radius: 2.5rem 0 0 2.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(1) {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(2) {
    font-size: 2.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner {
    border-radius: 0 2.5rem 2.5rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div {
    padding: 3rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i {
    width: 1rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i sup {
    top: 0.5rem;
    right: -1rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .point {
    font-size: 2.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom {
    padding: 3.5rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom p {
    font-size: 2rem;
  }
  .lab_pass .evCon2 .tiny_noti {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon3 {
    padding: 12rem 0;
  }
  .lab_pass .evCon3 .con_box {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon3 .tab_base li {
    height: 8rem;
  }
  .lab_pass .evCon3 .tab_base li a {
    font-size: 1.6rem;
  }
  .lab_pass .evCon3 .panel_base > li {
    padding: 5.7rem 2rem 7.6rem 2rem;
  }
  .lab_pass .evCon3 .panel_base > li > h5 {
    margin-bottom: 4.5rem;
    font-size: 2rem;
  }
  .lab_pass .evCon3 .panel_base > li > h4 {
    font-size: 2.4rem;
  }
  .lab_pass .evCon3 .box_wrap {
    gap: 3.2rem;
    margin-bottom: 4.4rem;
  }
  .lab_pass .evCon3 .box_wrap .box {
    height: 24.7rem;
    border-radius: 1rem;
  }
  .lab_pass .evCon3 .box_wrap .box::after {
    right: -2.4rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_pass .evCon3 .box_wrap .box > h6 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .lab_pass .evCon3 .box_wrap .box > p {
    font-size: 1.2rem;
  }
  .lab_pass .evCon3 .tiny_noti {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  .lab_pass .evCon4 {
    padding: 12rem 0;
  }
  .lab_pass .evCon4 .con_box .deco {
    gap: 3.7rem;
    margin: 0 2rem;
    margin-bottom: 3.7rem;
  }
  .lab_pass .evCon4 .con_box .deco_box {
    width: 37.1rem;
    height: 6.7rem;
    padding: 0 2.9rem;
    font-size: 2.7rem;
    display: flex;
    flex-direction: column;
  }
  .lab_pass .evCon4 .con_box .deco_box span {
    margin-top: -1rem;
    margin-left: 0.7rem;
    font-size: 5rem;
  }
  .lab_pass .evCon4 .con_box .deco_box i {
    height: 4.5rem;
  }
  .lab_pass .evCon4 .con_box .deco_box i sup {
    top: -0.4rem;
    right: -1.9rem;
    font-size: 4rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) {
    padding: 0 2.9rem 0 4rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i {
    width: 3rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i sup {
    right: -0.7rem;
  }
  .lab_pass .evCon4 .con_box > h6 {
    margin: 5.3rem 0 1.7rem 0;
    font-size: 2.8rem;
  }
  .lab_pass .evCon4 .con_box .tiny_noti {
    font-size: 1.3rem;
  }
  .lab_pass .evCon4 .con_box .tiny_noti br.pc-no-br{
    display: block;
  }
  .lab_pass .evCon5 {
    padding: 12rem 0 12rem 0;
  }
  .lab_pass .evCon5 .video {
    width: calc(100% - 8rem);
    margin: 0 4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev, .lab_pass .evCon5 .video .swiper-button-next {
    width: 2rem;
    height: 4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev {
    left: -4rem;
  }
  .lab_pass .evCon5 .video .swiper-button-next {
    right: -4rem;
  }
  .lab_pass .evCon5 .video_play_contents {
    width: 100%;
    height: 51vw;
  }
  .lab_curriculum .sub_page > h3 {
    padding-top: 4rem;
    font-size: 3rem;
  }
  .lab_curriculum .tab_base li {
    height: 7rem;
  }
  .lab_curriculum .tab_base li a {
    font-size: 1.6rem;
  }
  .lab_curriculum h6 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .table_wrap > div {
    height: 65rem;
    /* custom scrollbar */
  }
  .lab_curriculum .table_wrap > div::-webkit-scrollbar {
    width: 20px;
  }
  .lab_curriculum .table_wrap > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .lab_curriculum .table_wrap > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .lab_curriculum .table_wrap > div::-webkit-scrollbar {
    width: 17px;
  }
  .lab_curriculum .table_wrap > div table {
    width: 100rem;
  }
  .lab_curriculum .table_wrap > div table th, .lab_curriculum .table_wrap > div table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .lab_curriculum .tiny_noti {
    margin-top: 0.8rem;
    margin-bottom: 7.5rem;
    font-size: 1.2rem;
  }
  .lab_curriculum .contents_title {
    margin-bottom: 4rem;
  }
  .lab_curriculum .contents_title_sub {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .contents_title_main {
    font-size: 2.8rem;
  }
  .lab_curriculum .contents.contents1 {
    padding: 6rem 1rem 6rem 1rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap {
    gap: 1rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10rem;
    padding-left: 13%;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box span {
    font-size: 2rem;
    text-align: center;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::before {
    width: 10rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::after {
    width: 17.6rem;
    height: 10rem;
  }
  .lab_curriculum .contents.contents2 {
    padding: 6rem 1rem 6rem 1rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > div {
    margin: 2rem 0 1rem 0;
    line-height: 1.4;
    font-size: 2rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > span {
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .lab_curriculum .contents.contents3 {
    padding: 6rem 0 6rem 0;
  }
  .lab_curriculum .contents.contents3 .slide_teacher {
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
    padding: 3rem 2rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    margin-bottom: 1.5rem;
    padding-bottom: 3rem;
    font-size: 2rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    top: 2.7rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    width: 28.5vw;
    height: 41.9vw;
  }
  .lab_curriculum .contents.contents4 {
    padding: 6rem 0 6rem 0;
  }
  .lab_curriculum .contents.contents4 .contents_title_sub {
    margin-top: 2.4rem;
  }
  .lab_curriculum .contents.contents4 .review {
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
    height: 30rem;
    padding: 5rem 1rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .who {
    font-size: 1.3rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag span {
    font-size: 1.2rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .text {
    font-size: 1.3rem;
  }
  .lab_curriculum .contents.contents4 .tiny_noti {
    font-size: 1.2rem;
  }
  .lab_univ_info .contents.contents1 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base {
    padding: 5rem 1rem 5.9rem 1rem;
  }
  .lab_univ_info .contents.contents1 .tiny_noti {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lab_pass .evSection .con_title {
    margin-bottom: 4rem;
  }
  .lab_pass .evSection .con_title > h4 {
    font-size: 3rem;
  }
  .lab_pass .evSection .con_title > h5 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .lab_pass .evSection .con_box > h6 {
    font-size: 1.8rem;
  }
  .lab_pass .evSection .con_box > h6 b {
    font-size: 2.2rem;
  }
  .lab_pass .evMain {
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/lab/pass_main_bg_mo.png);
    background-size: cover;
}
.lab_pass .evMain .con_title {
  margin-bottom: 0;
  padding: 11.7187vw 0 14.1927vw;
}
.lab_pass .evMain .con_title img {
  width: 89.5833vw;
}
  .lab_pass .evMain .con_title {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .lab_pass .evBanner ul {
    width: 100%;
    margin: 0 auto;
  }
  .lab_pass .evBanner ul li {
    position: relative;
    width: 100%;
    height: 7rem;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .lab_pass .evBanner ul li a {
    font-size: 1.4rem;
  }
  .lab_pass .evBanner ul li a span {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
  .lab_pass .evBanner ul li:last-of-type {
    border-bottom: 0;
  }
  .lab_pass .evBanner ul li:last-of-type::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: #ffffff;
    opacity: 0.3;
  }
  .lab_pass .evCon1 {
    padding: 8rem 0;
  }
  .lab_pass .evCon1 .con_box {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon1 .con_box .review {
    margin-bottom: 2rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide {
    padding: 3rem 4rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text {
    margin-top: 1.5rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p {
    font-size: 1.2rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev, .lab_pass .evCon1 .con_box .review .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev {
    left: -1rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-next {
    right: -1rem;
  }
  .lab_pass .evCon2 {
    padding: 8rem 0 4rem 0;
  }
  .lab_pass .evCon2 .con_box {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  .lab_pass .evCon2 .box_wrap {
    gap: 1rem;
  }
  .lab_pass .evCon2 .box_wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lab_pass .evCon2 .box_wrap .box_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2rem 0;
    padding-left: 0;
    border-radius: 0;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(1) {
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title span:nth-of-type(2) br {
    display: none;
  }
  .lab_pass .evCon2 .box_wrap .box_inner {
    border-radius: 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top {
    border-left: 1px solid #dddddd;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div {
    padding: 2rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i {
    width: 1rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i sup {
    top: 0.3rem;
    right: -1rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .point {
    font-size: 1.8rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom {
    padding: 1.5rem 0;
    border-left: 1px solid #dddddd;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom p {
    font-size: 1.8rem;
  }
  .lab_pass .evCon2 .tiny_noti {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon3 {
    padding: 8rem 0 6rem 0;
  }
  .lab_pass .evCon3 .con_box {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  .lab_pass .evCon3 .tab_base {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lab_pass .evCon3 .tab_base li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 1px);
    height: 6rem;
  }
  .lab_pass .evCon3 .tab_base li a {
    font-size: 1.4rem;
  }
  .lab_pass .evCon3 .panel_base > li {
    padding: 3rem 1rem 3rem 1rem;
  }
  .lab_pass .evCon3 .panel_base > li > h5 {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .lab_pass .evCon3 .panel_base > li > h4 {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
  }
  .lab_pass .evCon3 .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
    margin-bottom: 4.4rem;
  }
  .lab_pass .evCon3 .box_wrap .box {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 1.6rem);
    max-width: 260px;
    height: 24.7rem;
  }
  .lab_pass .evCon3 .box_wrap .box i {
    top: -1.5rem;
    left: -0.7rem;
    width: 4rem;
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .lab_pass .evCon3 .box_wrap .box::after {
    right: -2.4rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_pass .evCon3 .box_wrap .box > h6 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .lab_pass .evCon3 .box_wrap .box > p {
    font-size: 1.2rem;
  }
  .lab_pass .evCon3 .box_wrap .box:nth-of-type(2)::after {
    display: none;
  }
  .lab_pass .evCon3 .tiny_noti {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon4 {
    padding: 8rem 0 6rem 0;
  }
  .lab_pass .evCon4 .con_box .deco {
    gap: 2rem;
    margin: 0 1rem;
    margin-bottom: 2rem;
  }
  .lab_pass .evCon4 .con_box .deco_box {
    width: calc(50% - 1rem);
    height: 6.7rem;
    padding: 0 2.2rem;
    font-size: 2rem;
  }
  .lab_pass .evCon4 .con_box .deco_box span {
    margin-top: 0;
    margin-left: 0.7rem;
    font-size: 3.5rem;
  }
  .lab_pass .evCon4 .con_box .deco_box span span {
    font-size: 1.8rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) {
    padding: 0 2.2rem 0 3rem;
    width: 37.1rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i {
    width: 2.3rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i sup {
    right: -0.7rem;
  }
  .lab_pass .evCon4 .con_box .show_768 {
    display: block;
    margin: 0 auto;
  }
  .lab_pass .evCon4 .con_box > h6 {
    margin: 3rem 0 1rem 0;
    font-size: 2.2rem;
  }
  .lab_pass .evCon4 .con_box .tiny_noti {
    font-size: 1.2rem;
  }
  .lab_pass .evCon5 {
    padding: 8rem 0 8rem 0;
  }
  .lab_pass .evCon5 .video {
    width: calc(100% - 4rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev, .lab_pass .evCon5 .video .swiper-button-next {
    width: 3.9rem;
    height: 3.9rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev {
    left: -1rem;
  }
  .lab_pass .evCon5 .video .swiper-button-next {
    right: -1rem;
  }
  .lab_pass .evCon5 .video_play_contents {
    width: 100%;
    height: 52.1vw;
  }
  .lab_pass .evCon5 .btn_wrap {
    margin-top: 4rem;
  }
  .lab_pass .evCon5 .btn_wrap a {
    font-size: 1.6rem;
    padding: 2rem 6rem;
  }
  .lab_curriculum .sub_page > h3 {
    font-size: 2.6rem;
  }
  .lab_curriculum .tab_base li {
    height: 7rem;
  }
  .lab_curriculum .tab_base li a {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
  .lab_curriculum h6 {
    font-size: 1.6rem;
  }
  .lab_curriculum .table_wrap > div {
    height: 50rem;
  }
  .lab_curriculum .tiny_noti {
    margin-top: 0.8rem;
    margin-bottom: 7.5rem;
    font-size: 1.2rem;
  }
  .lab_curriculum .contents_title_sub {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .lab_curriculum .contents_title_main {
    font-size: 2.4rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box {
    height: 9rem;
    padding-left: 13%;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box span {
    font-size: 1.6rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::before {
    width: 9rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::after {
    width: 17.6rem;
    height: 9rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > img {
    width: 80%;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > div {
    margin: 1.5rem 0 1rem 0;
    font-size: 1.7rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > span {
    font-size: 1.3rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
    height: calc(70vw - 4.5rem);
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    font-size: 1.4rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    padding-bottom: 2.6rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    top: 2.4rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    width: 40vw;
    height: 59vw;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
    height: 30rem;
    padding: 5rem 1rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .who {
    font-size: 1.3rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem 0 1rem 0;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .hashtag span {
    font-size: 1.2rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .text {
    font-size: 1.2rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide .text br {
    display: none;
  }
  .lab_univ_guide .tab_base li {
    height: 8rem;
  }
  .lab_univ_guide .tab_base li a {
    line-height: 1.4;
  }
  .lab_univ_guide .tab_base li.on::before {
    bottom: -1rem;
    width: 2rem;
    height: 1rem;
  }
  .lab_univ_guide .panel_base {
    padding: 6rem 0 6rem 0;
  }
  .lab_univ_guide .container {
    margin: 0 1rem;
  }
  .lab_univ_guide .container_top {
    width: 70%;
    margin-bottom: 2rem;
  }
  .lab_univ_guide .container_top + h5 {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .lab_univ_guide .container_subtitle {
    margin-bottom: 2rem;
  }
  .lab_univ_guide .container_subtitle .text {
    margin: 0 2rem;
    font-size: 1.8rem;
  }
  .lab_univ_guide .container .desc h6 {
    margin-bottom: 1rem;
    padding: 0.6rem 2.3rem 0.8rem 2.3rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container .desc p {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container .desc.mgb50 {
    margin-bottom: 5rem;
  }
  .lab_univ_guide .container .desc.mgb35 {
    margin-bottom: 3.5rem;
  }
  .lab_univ_guide .container .desc.mgb15 {
    margin-bottom: 1.5rem;
  }
  .lab_univ_guide .container.tab1 .tab1_img1 {
    width: 80%;
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap {
    height: auto;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(1) {
    gap: 1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) {
    width: 2.5rem;
    margin: 0 5rem 0 5.4rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) > div {
    left: -1.2rem;
    width: 7.1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box {
    width: calc(20% - 0.4rem);
    height: 6rem;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box:first-of-type {
    width: 100%;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 {
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box > div {
    margin-left: 2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_desc {
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 {
    margin: 0 auto;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 > p {
    width: 5.8rem;
    font-size: 2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_title {
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 1.8rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner {
    padding: 2rem 0 3rem 0;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner p {
    margin: 0 1rem 2rem;
    min-height: 7.2rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider {
    margin: 0 1rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(2) {
    width: 7rem;
    height: 2rem;
    line-height: 1.9rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 table::before {
    top: -2.2rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(1) {
    margin-bottom: 6.2rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(2) {
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 table th, .lab_univ_guide .container.tab3 table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .btn_default {
    width: 50%;
    height: 5rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(1) {
    margin-bottom: 7.8rem;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(2) {
    margin-bottom: 1rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box::before {
    right: -2.2rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_title {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.7rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner {
    height: 18rem;
    padding: 2rem 0;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner p {
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 2rem);
    margin: 1rem 1rem 0 1rem;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box span {
    width: 2.6rem;
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div br {
    display: none;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div i {
    display: inline-block;
    width: 0.3rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 {
    margin-right: 4.7rem;
    margin-bottom: 4.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title::before {
    right: -4.7rem;
    border-top: 4.7rem solid #f1f8ff;
    border-bottom: 4.7rem solid #f1f8ff;
    border-left: 4.7rem solid #0e62c5;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title {
    height: 6rem;
    font-size: 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title::after {
    bottom: -0.6rem;
    width: 1.3rem;
    height: 1.3rem;
    border: 0.2rem solid red;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner {
    margin: 1.6rem 0.5rem 0 0.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner p {
    height: 10rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner::after {
    top: -1rem;
    width: 0.2rem;
    height: 1rem;
  }
  .lab_univ_guide .container.tab3 .tiny_noti {
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box {
    width: 50%;
    padding: 0.3rem 1rem 2rem 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:first-of-type {
    padding-left: 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:nth-of-type(2) {
    border-right: 0;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:last-of-type {
    padding-right: 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_title {
    min-width: 15.775rem;
    height: 6.9rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner a {
    width: 8rem;
    height: 2.9rem;
    line-height: 2.7rem;
    font-size: 1.3rem;
  }
  .lab_univ_info .contents.contents1 {
    padding: 6rem 1rem 6rem 1rem;
  }
  .lab_univ_info .contents.contents1 .contents_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .lab_univ_info .contents.contents1 .contents_title > img {
    width: 90%;
    margin-bottom: 2rem;
  }
  .lab_univ_info .contents.contents1 .contents_title_sub {
    font-size: 1.6rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li {
    height: 27vw;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li a {
    gap: 1rem;
    font-size: 1.4rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li a > img {
    width: 80%;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base {
    padding: 3rem 1rem 3rem 1rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base h6 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div {
    overflow: auto;
    /* custom scrollbar */
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div::-webkit-scrollbar {
    width: 20px;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div table {
    width: 70.8rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div table th, .lab_univ_info .contents.contents1 .inner_panel_base .for_table_scroll > div table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .lab_univ_info .contents.contents1 .inner_panel_base .btn_min {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
  .lab_univ_info .contents.contents2 {
    padding: 7rem 0 7rem 0;
    background-color: #0080fb;
    background-position: 50% calc(100% + 2rem);
    background-size: contain;
  }
  .lab_univ_info .contents.contents2 a {
    width: 38rem;
    margin-top: 4.9rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .lab_pass .evSection .con_title {
    margin-bottom: 4rem;
  }
  .lab_pass .evSection .con_title > h4 {
    font-size: 2rem;
  }
  .lab_pass .evSection .con_title > h5 {
    font-size: 1.6rem;
  }
  .lab_pass .evSection .con_box > h6 {
    font-size: 1.2rem;
  }
  .lab_pass .evSection .con_box > h6 b {
    font-size: 1.5rem;
  }
  .lab_pass .evSection .tiny_noti {
    font-size: 1.1rem !important;
  }
  .lab_pass .evMain .con_title {
    margin-bottom: 0;
  }
  .lab_pass .evMain .con_title > img {
    margin-top: 2rem;
  }
  .lab_pass .evBanner ul li {
    height: 6rem;
  }
  .lab_pass .evBanner ul li a {
    font-size: 1.2rem;
  }
  .lab_pass .evBanner ul li a span {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .lab_pass .evBanner_bottom {
    padding: 2rem 1.5rem;
  }
  .lab_pass .evBanner_bottom .inner p {
    font-size: 1.6rem;
  }
  .lab_pass .evBanner_bottom .inner p i {
    width: 2rem;
  }
  .lab_pass .evBanner_bottom .inner ul {
    gap: 1rem;
    font-size: 1.4rem;
  }
  .lab_pass .evBanner_bottom .inner ul li a {
    padding: 1.8rem 0;
  }
  .lab_pass .evCon1 {
    padding: 8rem 0;
  }
  .lab_pass .evCon1 .con_box {
    width: calc(100% - 2rem);
    margin: 0 2rem;
  }
  .lab_pass .evCon1 .con_box .review {
    margin-bottom: 1rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide {
    background: #ffffff;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide > img {
    width: 55%;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text {
    margin-top: 1.5rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text h6 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p {
    font-size: 1.2rem;
  }
  .lab_pass .evCon1 .con_box .review .review_slide .swiper-slide .text p br {
    display: none;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev, .lab_pass .evCon1 .con_box .review .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-prev {
    left: -1.5rem;
  }
  .lab_pass .evCon1 .con_box .review .swiper-button-next {
    right: -1.5rem;
  }
  .lab_pass .evCon2 .box_wrap .box_title {
    padding: 2rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div {
    padding: 2rem 0;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .desc i sup {
    top: 0.1rem;
    right: -0.8rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .lab_pass .evCon2 .box_wrap .box_inner .top > div .point {
    font-size: 1.6rem;
  }
  .lab_pass .evCon2 .box_wrap .box_inner .bottom p {
    font-size: 1.4rem;
  }
  .lab_pass .evCon3 .tab_base li {
    height: 6rem;
  }
  .lab_pass .evCon3 .panel_base > li > h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .lab_pass .evCon3 .panel_base > li > h4 {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
  .lab_pass .evCon3 .box_wrap {
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .lab_pass .evCon3 .box_wrap .box {
    height: 17rem;
  }
  .lab_pass .evCon3 .box_wrap .box i {
    top: -2rem;
    left: 0.5rem;
    width: 5rem;
    height: 5rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .lab_pass .evCon3 .box_wrap .box::after {
    right: -1.8rem;
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_pass .evCon3 .box_wrap .box > h6 {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .lab_pass .evCon3 .box_wrap .box > p {
    font-size: 1.2rem;
  }
  .lab_pass .evCon4 {
    padding: 8rem 0 6rem 0;
  }
  .lab_pass .evCon4 .con_title {
    margin-bottom: 2rem;
  }
  .lab_pass .evCon4 .con_box .deco {
    gap: 1rem;
    margin: 0 1rem;
    margin-bottom: 2rem;
  }
  .lab_pass .evCon4 .con_box .deco_box {
    width: 65%;
    max-width: 230px;
    height: 6.7rem;
    padding: 0 1.7rem;
    font-size: 1.6rem;
  }
  .lab_pass .evCon4 .con_box .deco_box::before, .lab_pass .evCon4 .con_box .deco_box::after {
    width: 1.8rem;
    height: 6rem;
  }
  .lab_pass .evCon4 .con_box .deco_box span {
    margin-left: 0.7rem;
    font-size: 2rem;
  }
  .lab_pass .evCon4 .con_box .deco_box span span {
    margin: -1rem 0 0;
    font-size: 1.2rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) {
    padding: 0 2.2rem 0 2.2rem;
    width: 65%;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i {
    width: 1.8rem;
  }
  .lab_pass .evCon4 .con_box .deco_box:nth-of-type(2) i sup {
    right: -0.2rem;
  }
  .lab_pass .evCon4 .con_box > h6 {
    margin: 3rem 0 1rem 0;
    font-size: 1.6rem;
  }
  .lab_pass .evCon5 .video {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev, .lab_pass .evCon5 .video .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
  .lab_pass .evCon5 .video .swiper-button-prev {
    left: -0.5rem;
  }
  .lab_pass .evCon5 .video .swiper-button-next {
    right: -0.5rem;
  }
  .lab_pass .evCon5 .btn_wrap a {
    font-size: 1.5rem;
  }
  .lab_curriculum .sub_page > h3 {
    font-size: 2rem;
  }
  .lab_curriculum .tab_base li a {
    font-size: 1.4rem;
  }
  .lab_curriculum .contents_title_sub {
    font-size: 1.5rem;
  }
  .lab_curriculum .contents_title_main {
    font-size: 2rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box {
    height: 6rem;
    padding-left: 22%;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box span {
    font-size: 1.4rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::before {
    width: 6rem;
  }
  .lab_curriculum .contents.contents1 .box_wrap .box::after {
    width: 10rem;
    height: 6rem;
  }
  .lab_curriculum .contents.contents2 .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 0;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 40%;
  }
  .lab_curriculum .contents.contents2 .box_wrap .box > img {
    width: 80%;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
    height: calc(70vw - 4.5rem);
    padding: 2rem 1.5rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    font-size: 1.4rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    padding-bottom: 2.6rem;
    font-size: 1.8rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    top: 2.4rem;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
    height: 25rem;
    padding: 3rem 1rem;
  }
  .lab_univ_guide .tab_base li {
    height: 7rem;
  }
  .lab_univ_guide .tab_base li a {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .lab_univ_guide .panel_base {
    padding: 4rem 0 4rem 0;
  }
  .lab_univ_guide .container_top {
    width: 80%;
    margin-bottom: 1rem;
  }
  .lab_univ_guide .container_top + h5 {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .lab_univ_guide .container_subtitle {
    margin-bottom: 2rem;
  }
  .lab_univ_guide .container_subtitle .text {
    margin: 0 1rem;
    font-size: 1.5rem;
  }
  .lab_univ_guide .container .desc h6 {
    margin-bottom: 1rem;
    padding: 0.6rem 2.3rem 0.8rem 2.3rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container .desc p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container .desc.mgb50 {
    margin-bottom: 5rem;
  }
  .lab_univ_guide .container .desc.mgb35 {
    margin-bottom: 3.5rem;
  }
  .lab_univ_guide .container .desc.mgb15 {
    margin-bottom: 1.5rem;
  }
  .lab_univ_guide .container.tab1 .tab1_img1 {
    width: 80%;
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap {
    height: auto;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(1) {
    gap: 1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) {
    width: 2.5rem;
    margin: 0 2rem 0 1rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap > div:nth-of-type(2) > div {
    left: 0;
    width: 5rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 0.2rem;
    width: 100%;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box {
    width: calc(20% - 0.2rem);
    height: 6rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab1 .box_wrap .box_box:first-of-type {
    width: 100%;
    height: 3rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 {
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box > img {
    width: 100%;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box > div {
    margin-left: 0;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_desc {
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_desc br {
    display: none;
  }
  .lab_univ_guide .container.tab2 .box_wrap1 .box_desc br.show_576 {
    display: block;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 > p {
    width: 100%;
    margin: 1rem 0;
    font-size: 2rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box {
    width: 100%;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_title {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner {
    padding: 2rem 0 3rem 0;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner p {
    margin: 0 1rem 2rem;
    line-height: 1.4;
    min-height: initial;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider {
    margin: 0 1rem;
  }
  .lab_univ_guide .container.tab2 .box_wrap2 .box_inner_divider span:nth-of-type(2) {
    width: 7rem;
    height: 2rem;
    line-height: 1.9rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(1) {
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab3 table:nth-of-type(2) {
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 table th, .lab_univ_guide .container.tab3 table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .btn_default {
    width: 85%;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(1) {
    margin-bottom: 7.8rem;
  }
  .lab_univ_guide .container.tab3 .btn_default:nth-of-type(2) {
    margin-bottom: 1rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box {
    width: 100%;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box::before {
    top: initial;
    left: 50%;
    right: initial;
    bottom: -2.3rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 1.2rem;
    height: 1.8rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_title {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner {
    height: initial;
    padding: 2rem 0;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner p {
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 2rem);
    margin: 1rem 1rem 0 1rem;
    font-size: 1.3rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box span {
    width: 2.6rem;
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div br {
    display: none;
  }
  .lab_univ_guide .container.tab3 .box_wrap1 .box_inner_box > div i {
    display: inline-block;
    width: 0.3rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 4.7rem;
    margin-bottom: 4.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(1), .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(2) .box_title::before {
    position: absolute;
    top: 50%;
    right: -4.7rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 4.7rem solid #f1f8ff;
    border-bottom: 4.7rem solid #f1f8ff;
    border-left: 4.7rem solid #3c82da;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box:nth-of-type(4) .box_title::before {
    right: -4.7rem;
    border-top: 4.7rem solid #f1f8ff;
    border-bottom: 4.7rem solid #f1f8ff;
    border-left: 4.7rem solid #0e62c5;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title {
    height: 6rem;
    font-size: 1.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_title::after {
    bottom: -0.6rem;
    width: 1.3rem;
    height: 1.3rem;
    border: 0.2rem solid red;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner {
    margin: 1.6rem 0.5rem 0 0.5rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner p {
    height: 10rem;
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab3 .box_wrap2 .box_inner::after {
    top: -1rem;
    width: 0.2rem;
    height: 1rem;
  }
  .lab_univ_guide .container.tab3 .tiny_noti {
    font-size: 1.2rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box {
    width: 50%;
    padding: 0.3rem 1rem 2rem 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:first-of-type {
    padding-left: 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:nth-of-type(2) {
    border-right: 0;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box:last-of-type {
    padding-right: 1rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_title {
    min-width: 15.775rem;
    height: 6.9rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .lab_univ_guide .container.tab4 .box_wrap1 .box_inner a {
    width: 8rem;
    height: 2.9rem;
    line-height: 2.7rem;
    font-size: 1.3rem;
  }
  .lab_univ_info .contents.contents1 .contents_title > img {
    width: 100%;
  }
  .lab_univ_info .contents.contents1 .contents_title_sub {
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li {
    height: 29vw;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li a {
    gap: 1rem;
    font-size: 1.3rem;
  }
  .lab_univ_info .contents.contents1 .inner_tab_base li a > img {
    width: 80%;
  }
  .lab_univ_info .contents.contents2 {
    padding: 7rem 1rem 7rem 1rem;
  }
  .lab_univ_info .contents.contents2 a {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide {
    height: calc(140vw - 8rem);
    padding: 4rem 3rem;
  }
  .lab_curriculum .contents.contents3 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    width: 75vw;
    height: 111vw;
  }
  .lab_curriculum .contents.contents4 .review .review_slide .swiper-slide {
    height: 25rem;
    padding: 3rem 1rem;
  }
}/*# sourceMappingURL=lab.css.map */